var crypto/ecdh.errInvalidPrivateKey

3 uses

	crypto/ecdh (current package)
		nist.go#L36: var errInvalidPrivateKey = errors.New("crypto/ecdh: invalid private key")
		nist.go#L68: 		if err == errInvalidPrivateKey {
		nist.go#L80: 		return nil, errInvalidPrivateKey